home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / TERM_IO.H < prev    next >
Text File  |  1995-02-06  |  419b  |  18 lines

  1. #define SCR_WIN 0
  2. #define LFT_WIN 1
  3. #define RGT_WIN 2
  4.  
  5. void MsgEcho(int);
  6. void WriteMsg(char *);
  7. void WriteIntMsg(char *,int);
  8. void WriteHexMsg(char *,int);
  9. void WriteLongMsg(char *,long);
  10. void ReadMsg(char *,int, int);
  11. int  FetchName(char *);
  12. int  CharPut(int, char);
  13. int  CharGet(int, int);
  14. void SayError(int, char *);
  15. void WriteCPS(long,long,char *,int);
  16. void QueueOn(void);
  17. void ShowQueue(void);
  18.